Square root
Calculates the square root of a number
Input parameters
Name | Description | Type | Required | Default value |
---|---|---|---|---|
radicand | The radicand number to take the square root of | NUMBER | true |
Output
Name | Description | Type | Default value |
---|---|---|---|
result | The result of the square root of a radicand | NUMBER | RESULT |